how to make header always on top in html

82

#header {
  position: fixed;
}

#content {
  margin-top: 100px;
}

Comments

Submit
0 Comments